Objects Types and Constants Properties Methods Object Hierarchy Index

Bitmap Property

Description:

Returns the BrushStyle object's bitmap file name.

Syntax:

C++:
#include "imsigx.h"

HRESULT hr = pObject->get_Bitmap(&prop1);
HRESULT hr = pObject->put_Bitmap(prop2);

Visual Basic:
prop1 = object.Bitmap
object.Bitmap = prop2

/r/n

Parts:

prop1

BSTR

[out][retval]

The bitmap file name.

prop2

BSTR

[in]

The bitmap file name.

Defined in:

BrushStyle


Objects Types and Constants Properties Methods Object Hierarchy Index

SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums